Get(TKey)

Method

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Returns an entity saved with the specified key.

Syntax

public Entity<TKey, TValue> Get(
	TKey key
)

Back to index